home *** CD-ROM | disk | FTP | other *** search
- object FormGif: TFormGif
- Left = 255
- Top = 183
- BorderStyle = bsDialog
- Caption = 'GIF'
- ClientHeight = 98
- ClientWidth = 191
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 173
- Height = 45
- Shape = bsFrame
- end
- object Button1: TButton
- Left = 20
- Top = 63
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 101
- Top = 63
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object CheckInt: TCheckBox
- Left = 20
- Top = 20
- Width = 149
- Height = 17
- Caption = 'Interlaced'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
-